'Declaration
Public Class NamedObjectCollection(Of T As {New, NamedObject}) Inherits UpdatableCollection(Of T)
public class NamedObjectCollection<T> : UpdatableCollection<T> where T: new(), NamedObject
'Declaration
Public Class NamedObjectCollection(Of T As {New, NamedObject}) Inherits UpdatableCollection(Of T)
public class NamedObjectCollection<T> : UpdatableCollection<T> where T: new(), NamedObject
System.Object
System.Collections.ObjectModel.Collection<T>
System.Collections.ObjectModel.ObservableCollection<T>
C1.Silverlight.Data.UpdatableCollection<T>
C1.Silverlight.Data.NamedObjectCollection<T>
C1.Silverlight.Data.DataColumnList
C1.Silverlight.Data.DataRelationCollection
C1.Silverlight.Data.DataTableCollection